home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / midas060 / samples / midpnt / 00readme.txt next >
Encoding:
Text File  |  1997-01-17  |  432 b   |  13 lines

  1.     MIDAS Module Player for Windows NT
  2.  
  3. This directory contains the source code for MidpNT. It's very messy
  4. at the moment, but should be usable as an example on using MIDAS in
  5. a slightly bigger program. You could also use this as a basis for
  6. hacking together the module player of your choise.
  7.  
  8. To compile:
  9.     Watcom: wmake -u
  10.     Visual C: nmake VISUALC=1    
  11.  
  12. Also, make sure that mds06rc1.dll is somewhere in your path
  13. (or just copy it here)